build(deps-dev): bump wrangler from 4.34.0 to 4.37.0 in the patch-versions group#308
Conversation
Bumps the patch-versions group with 1 update: [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Updates `wrangler` from 4.34.0 to 4.37.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.37.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.37.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-versions ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughBumped the devDependency "wrangler" in package.json from ^4.34.0 to ^4.37.0. No other files or public exports were changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #308 +/- ##
=======================================
Coverage 41.37% 41.37%
=======================================
Files 40 40
Lines 2417 2417
=======================================
Hits 1000 1000
Misses 1417 1417 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
package.json (1)
10-10: Optional: pin to patch range to reduce surprise updates.Caret allows future minor bumps during fresh installs. If you prefer strictly patch-only drift for dev tooling, consider tilde.
- "wrangler": "^4.37.0" + "wrangler": "~4.37.0"
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (1)
package.json(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: e2e
- GitHub Check: codedov
- GitHub Check: deploy
- GitHub Check: lint
🔇 Additional comments (1)
package.json (1)
10-10: Approve wrangler bump to 4.37.0 — verification incomplete; re-run repo checkspackage.json contains "wrangler": "^4.37.0" (confirmed), but the verification script returned no further output — no yarn.lock matches, no wrangler.toml detected, and no suspect script flags were reported. Re-run the verification script from the original comment and paste the full output or explicitly confirm: yarn.lock wrangler entries (if any), presence/content of wrangler.toml (check for [env.quick] if you use --env quick), and package.json scripts for deprecated flags.
"wrangler": "^4.37.0"
Bumps the patch-versions group with 1 update: wrangler.
Updates
wranglerfrom 4.34.0 to 4.37.0Release notes
Sourced from wrangler's releases.
... (truncated)
Changelog
Sourced from wrangler's changelog.
... (truncated)
Commits
597e07aVersion Packages (#10633)d53a0bcfeat: tag services and environments (#10546)735785eAdd Miniflare & Wrangler support for unbound Durable Objects (#10596)15c34e2feat: Update R2 Data Catalog compaction commands to work on catalog level (re...ebf2297Version Packages (#10590)135e066Unflag remote bindings (#10604)d8860acAdd support for WVPC connectivity services CRUD operations (#10574)ffa2600[R2 Data Catalog] Add wrangler commands for the R2 Data Catalog compaction fe...da24079wrangler: move ratelimit binding to stable (#10541)30f558efeat: add R2 SQL command (#10558)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by CodeRabbit